home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-in_the_mag-
/
program_perfection
/
gui
/
af_scroller.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-12-08
|
247b
|
24 lines
/*
* af_scroller.h
*
* $Id :$
* $Log:$
*
*/
#ifndef AFSCROLLER_H
#define AFSCROLLER_H
#ifndef DEFS_H
#include "defs.h"
#endif
#ifndef INTUITION_CLASSES_H
#include <intuition/classes.h>
#endif
Class *AFSCROLLER_GetClass( VOID );
#endif